Conversation
| * | ||
| * @return array | ||
| */ | ||
| public static function count_locations( $event ) { |
There was a problem hiding this comment.
Kuvaavampi voisi olla ehkä joku get_locations_count_string tms., kun käännöksestä kyse, mutta ei tarvi muuttaa.
lib/Eventz.php
Outdated
| /** | ||
| * Get event location. | ||
| * | ||
| * @param object $event Event object. |
lib/Eventz.php
Outdated
| } | ||
|
|
||
| /** | ||
| * Get event location. |
There was a problem hiding this comment.
Kommentin voisi tarkentaa
| </span> | ||
|
|
||
| {date|kses} | ||
| <p class="mt-0 mb-0">{date|kses}</p> |
There was a problem hiding this comment.
Olikohan Bulmassa my-0 joka laittaa y-akselin marginit nolliin 🤔 ei tarvi vaihtaa, aika pieni optimointi, jos tollasta edes oli olemassa
There was a problem hiding this comment.
Taitaa löytyä my-0, mutta päätin tehdä näin kun copy-pastesin nää muutokset jokaiseen museoteemaankin, niin tää pitää ainakin varmana ettei häviä tyylejä jos jostain sattuu löytymään sivuttais-margineita 🤓
| {/event.normalized.location} | ||
| {/event.normalized.multiple_locations} | ||
|
|
||
| {?event.normalized.multiple_locations} |
There was a problem hiding this comment.
Olisi voinut tehdä vain "if-elsen" eikä ensin "if not" ja sen jälkeen "if"
Severa-ID: 2108
Severa-kuvaus: TMS-1100 Tapahtumaan useampi paikka näkyviin
Task: https://hiondigital.atlassian.net/browse/TMS-1100
Description
Types of changes